Server :: Script For Installation Of Client On Unix System?

May 6, 2011

I am implementing BigFix tool, for UNIX I need help to create script for installation of BigFix client on *nix systems. I am thinking to install BigFix using a script which will install correct version of BigFix client, is there any script available or what i need to do create a script for this taskOr Is there any Open source tool available to installation of this kind of thing on *nix?

View 1 Replies


ADVERTISEMENT

CentOS 5 Server :: FreeRadius Simple Shadow / Passwd UNIX System Authentication

Nov 7, 2010

Its 2 weeks i'm trying to configure freeradius2 on centos5 64bit after installed it from yum.all seems working, but i cant authenticate unix users.after digging in many sites its simply cant find user name and password ( ++[unix] returns notfound )Also how can i paste here all the radiusd -X log lines? i can't find any
radius.log file.

View 10 Replies View Related

Ubuntu :: Mount A Nfs Jfs2 Filesystem From A Aix Unix Platform To Client?

Nov 9, 2010

How do I mount a nfs jfs2 filesystem from a aix unix platform to ubuntu client. When I issue mount aixbox:/jfs2fs /mnt on the ubuntu box I get mount: wrong fs type, bad option, bad superblock on aixbox:/jfs2fs, missing codepage or helper program, or other error

(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so

Is there a package that allows ubuntu to mount jfs2 filesystems from other unix boxes?

View 1 Replies View Related

Networking :: Create Both Server And Client On The Same System?

Oct 20, 2010

Can we create both server and client on the same system. I want to know whether it can be used on the same system.

View 7 Replies View Related

Server :: Client Unable To Change Its Password From System Box / Fix It?

Apr 16, 2010

I have configured LDAP server on RHEL 5.2 Linux.
Client is unable to change its password from client linux box.
I think there is PAM configuration problem in /etc/pam.d/system-auth file.
What will be the exact entries in this file.

View 3 Replies View Related

Server :: LDAP Server Vs Client / Export Server's Home Directory To The Client?

Jun 11, 2011

I configured openLdap in RHEL5 on virtual achines,everything is working fine, I created a user called ldapuser,in LDAP server and i created a home directory for ldapuser in my LDAP client, now i can able to login to the both Server and client with ldapuser account....

Now here what am expecting is i want to export my server's home directory to the client, i dont want to create home directories manually in the client machine, i googled about that, and it can be done through autofs.....

what need to be done on the client and server side.

View 6 Replies View Related

General :: Difference Between System And Unix?

Dec 26, 2010

Whats the drifference between unix and linux senior?..

View 7 Replies View Related

General :: UNIX File System Hierarchy?

Oct 3, 2010

What are the directories and files in Unix file-system that has default user permission set. For eg. home directory of a user can't be seen by the other users on the system without his permission. In the same way what are the other directories that by default has user permission set at the time user account has opened. Eg. /etc,/bin or what

View 3 Replies View Related

General :: How To Display Every Man Page Available On A Unix System

Jul 16, 2011

How can I display every man page available on a unix system? I want to list them all in an easy manner without manually digging up all the search paths, etc.

View 1 Replies View Related

Ubuntu :: Run A Remote Unix Session Using System?

Aug 2, 2011

At the moment I am using Hummingbird Exceed on a windows PC to display X windows from a Unix server. The actual Exceed tool I use is called 'hwm' which I believe is basically an pc based X Windows manager. I do not need to configure anything other than the client computer name, IP address and screen definition and the server will then allow a connection and display the X windows on the client. I was wondering if there is an equivalent application I can run using Ubunto as a client insted of a Windows PC?

View 1 Replies View Related

General :: The READ System Call In UNIX?

Oct 29, 2010

mplement the read system call in unix...i want the code for read system call...

View 6 Replies View Related

Programming :: Transfer C Codes From UNIX To System?

Jun 16, 2010

I got some problems and need your help.

In school, my codes are writeen under UNIX system (Solaris10/SUN), now I need to transfer those codes to Linux (Redhat5). But after I directly copy to Linux, it shows many errors and warnings.

Does anyone know which codes I need to modify to specifily suit for UNIX? I am not familiar with those systems and hope to get your kind help.

View 5 Replies View Related

General :: Mounting An Nfs Directory In UNIX On A System With Two NICs?

Jun 2, 2010

I'm trying to mount a folder located at 10.0.0.1:/pxe/ on eth1 but I'm not sure how to do this with two NICs enabled. The command mount 10.0.0.1:/pxe/ /mnt/pxe/ works fine when I only am using the one NIC the appropriate machine is on, but how can I specify to use eth1 when eth0 is also enabled?

View 1 Replies View Related

General :: Set System Clock In Unix To Millisecond Precision?

Nov 15, 2010

Generally you can set system clock using [URL]. However, it doesn't supply millisecond precision (it does have nanoseconds, but this isn't working on my system). Is there another way to set system clock, or will I need to write a C program to do it?

View 3 Replies View Related

Ubuntu :: Mount HTFS (SCO Unix File System)?

Jul 30, 2010

Howto mount HTFS (SCO Unix file system) under Ubuntu?

View 3 Replies View Related

General :: Migrating Application From HP-UX Unix To Operating System?

Apr 26, 2010

We are in the process of analysing the possibility of migrating our application from HP-UX unix operating system to Linux operating system.

1)In our application, most of the source codes are written in C, C++ languages.

2)We are using aC++ compiler in current HP-UX opertaing system.

3) And also we have 400 shell scripts.

4) Using Oracle 10g database

View 1 Replies View Related

General :: Installation Of SSH Client And Server Fail?

Oct 18, 2009

Below you will see the history of the download and install. This is Ubuntu Ultimate that I am using...

sudo apt-get install openssh-server openssh-client
Reading package lists... Done
Building dependency tree
Reading state information... Done

[code].....

View 2 Replies View Related

General :: Perl Useful In System Administration And Application Development On UNIX?

Sep 11, 2010

It is just a general discussion on "How Can Perl Be Useful in System Administration and Application Development on UNIX and Linux Platforms"? I am doing pretty much well with Bash and PHP. In fact, I am learning and experimenting in depth in those two domains. The project that I am working for these days has several scripts which are written in Perl and Ksh. They interact with Ab Initio graphs and perform extensive jobs. Anyways, my current role doesn't require me to have knowledge of Perl but I don't see any harm in learning something new.

So, before I take it, I want to know how Perl can help me and what I can do with it as a UNIX / Linux System Administrator and Application Developer? I just looked at some of its keywords, functions, and commands. Perl Variables are identical to those of PHP. Conditional Statements, Loops, etc. are also much the same as found in any other computer languages. So, at first glance, I have got this feel that it wouldn't be much difficult for me to learn it. But what do you say? Do I really need Perl when I am focusing on PHP and Bash?

View 6 Replies View Related

Hardware :: Mount SCO Unix System V EAFS File Systems?

Jan 16, 2011

It seems that the SCO divvy (multipliable file systems in 1 partitions) is the problemSo I am looking for a Linux patch or solution? Note: I no longer have the SCO disks.

View 1 Replies View Related

General :: Install A Rootkit Or Keylogger On The Unix Operating System

Jan 24, 2010

I have a projet at university, and i need to install a rootkit or keylogger on the unix operating system, i have searched over the internet and i have found names of rootkits but i couldnt download or get the source code for the rootkit. Does anyone know where to find a rootkit or keylogger to use?

View 5 Replies View Related

Software :: Method To Store The Log Of Gnome-system-manager In Unix?

Jun 4, 2011

If there is any method to store the log of Gnome-system-manager in unix as i want some information to fatch from it using scripting.

View 3 Replies View Related

Ubuntu Installation :: Kickstart Server Will Not Pass Ks.cfg To Client?

May 17, 2010

My Server is Ubuntu 9.10x64 running in a 64bit vmware on a Dell Optiplex 760. I have the Ubuntu amd64 mirror downloaded locally in /var/spool/apt-mirror/mirror/ubuntu.mirror.iweb.ca/

I am not working with any other **buntu flavours.

tftp and dhcp are all working from what i can tell. My client can boot from the PXE, get an IP address, and takes me into the Kickstart loader.

For some reason, it is not reading my ks.cfg. I get the blue screen that says the following: "The installer failed to download a file from the mirror. This may be a problem with the network or with the mirror. You can choose to retry the download, select a different mirror or cancel and choose another installation method.

Downloading a file failed:"

Below I have pasted whatever relevant information I can find pertaining to my issue.

+++++++++++++++++++++++++++++++
+ /var/www Directory Listing +
+++++++++++++++++++++++++++++++
drwxr-xr-x 2 root root 4096 2010-04-26 11:39 .
drwxr-xr-x 16 root root 4096 2010-04-21 13:08 ..
lrwxrwxrwx 1 root root 53 2010-04-26 11:38 boot-screens -> /var/lib/tftpboot

[Code].....

View 4 Replies View Related

Programming :: System() Routine Returns: Access: Unix Error (2) No Such File Or Directory

Oct 23, 2010

I am running shell command through C program using system() routine.

I am executing "opcontrol --status" an executable using the this routine and I get the following error. access: unix error (2) No such file or directory

But when I give the complete path to the executable it runs perfectly.

The executable is installed in "/usr/local/bin/" And the path variable has this path.

View 1 Replies View Related

Server :: Nis Client On Centos Not Working With Suse Server / But Works With Suse Nis Client

Jun 25, 2009

I have a Nis server on Suse 11 which is configured using Yast and nis clients on Suse and CentOs .All clients which is on the Suse Os is working fine. But on CentOs , users couldn't login using nis username.I have mounted home directory using nfs in fstab . I can switch to nis users homedirectory only when i am root. But nis users could'nt login on reboot.' ypcat passwd username ' is showing the output . No selinux is enabled in the client .Is there is any problem with Suse server to Centos Client in nis ??

View 2 Replies View Related

Server :: Possible To Run Process On 1 Core In UNIX?

Jan 24, 2011

I`m looking for solution. Is it possible to run process on 1 core in UNIX ? From time to time I must start some very CPU consuming process and unfortunately this process is running on all cores... so at this time working on PC is very hard.

View 3 Replies View Related

General :: Collect All Logs Of Unix Server?

Dec 26, 2010

I am installing RHEL 5.5 to be a syslog server to collects logs from servers (HP-UX, Linux, Windows and Cisco Network Devices). and i can now collect logs from my windows PC on syslog linux server by using Datagram SyslogAgent software. can collect logs from HP-UX 11.23 server. and i configuring the Unix server as in the steps below:

1. Log in as root

2. Go to /etc/syslog.conf

3. Add a line: *.*<tab>@<Sentinel Server IP Address>

*.* @10.15.1.5

4. Save and Close

# netstat -na | grep 514

tcp 0 0 *.514 *.* LISTEN
udp 0 0 *.514 *.*

[code]....

View 1 Replies View Related

Server :: Export Unix Users To Mysql?

Jun 15, 2010

Anyway i have a very old Mandrake server where a previous owner hosted mailboxes on. This server is getting very slow and does alot of e-mail related tasks like:popsmtpmxIt runs on sendmail (which is also very outdated...) and it doesnt seem to respond to its config files. And the whole smtp and mx thing leaves us with some really weird mail problems...So i want to implement it in our current mail setup in which i have it all on seperate servers:2 smtp server (dns roundrobbing) (postfix)4 mx servers (1 etrn) (postfix)1 webmail server (v-webmail) (just apache and connects to the pop/imap server)And 1 pop/imap server (postfix, dovecot)I also want to implement smtp authentication because of all the mobile clients i have to host... This is where it gets tricky.

I want to export the unix user table of the old mandrake server and import that into a mysql database. This database will be used to authenticate the smtp users.I also want the export of the unix users to import it to the other pop/imap server so users can logon to that server instead of the crappy Mandrake server.I would expect that the export from unux users to mysql (including passwords) is the hardest part. I googled it, but some of the stuff i found didnt seem to be very reliable, so thats where you guys kick in :-). So is this possible? If so, how can i do it?I know i should go with some kind of ldap situation but that seems a way bigger hassle then this setup.

View 1 Replies View Related

General :: Download Files From A UNIX Server Via SSH To Desktop?

May 14, 2011

I just got SSH access to my shared hosting server (unix). I am current in a directory on the server where there is a file called images.zip. I want to download this to my desktop (I am running windows locally if that matters). Which command do I need and what is the syntax?

View 8 Replies View Related

Programming :: Connect To Remote Unix Server Using Script?

Aug 4, 2010

1)We need to do a clean up a folder in a remote unix server . What is the best option to connect to remote server? how do we use ssh ? Is there any prerequisite to use ssh?

2) We have to SCP few files to another folder in a remote unix server . I formed the below command to use in script. Is it of correct usage? scp -r $POS_HOME/posctl [login nameip address:/home/username/directory]

I have seen public key/private key generation part for SCP. How do we handle this? Does this need to be done as unix admin?

View 7 Replies View Related

General :: Copy Files From MAC Machine To UNIX Server?

Jun 2, 2011

I want to write a shell script which will copy files from user Mac machine to UNIX Server without prompting userID and Password. I do not want to use ssh or rcp commands as it prompts for password.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved