Search Results

Search: Posts Made By: Amit Kulkarni
Forum: HP-UX 04-24-2012
1,530
Posted By Amit Kulkarni
HP-UX IPSec uses the password to encrypt...
HP-UX IPSec uses the password to encrypt configuration information.
Forum: HP-UX 03-27-2012
2,210
Posted By Amit Kulkarni
Problem in Configuring kerberos Server on HPUX
Hi,
I am getting this error during kerberos server setup in HPUX 11.31 :

kdb_create: unknown LDAP backend error while adding master entry to the database

ps -ef|grep ldap
root 3905 1 0...
Forum: HP-UX 02-02-2012
6,822
Posted By Amit Kulkarni
Hello peasant, Your code works absolutely fine,...
Hello peasant,
Your code works absolutely fine, Thanks for that.
But what i intended to do here was instead of mounting the drive using 'mount' command, creating a symbolic link to a remote DIR...
Forum: HP-UX 02-02-2012
6,822
Posted By Amit Kulkarni
I did the following code execution on client: ...
I did the following code execution on client:


#mount <servername>:/test /net/<servername>/test
mount: /net/<servername>/test: No such file or directory


Even though the /test dir exists on...
Forum: HP-UX 02-01-2012
6,822
Posted By Amit Kulkarni
NFS Client unable to access shared DIR's
I ve a client : <clientname> and a server: <servername>
Both of them running: HPUX B.11.31

SERVER outputs:
I ve shared a folder in <servername> called /test and the O/P for

# exportfs
- ...
Forum: HP-UX 01-05-2012
36,186
Posted By Amit Kulkarni
Reference i used for the operation: Working with...
Reference i used for the operation: Working with Filesystems (http://www.qnx.com/developers/docs/6.3.2/neutrino/user_guide/fsystems.html)

Client OS: HPUX B.11.23
Server OS: HPUX B.11.31

I am...
Forum: HP-UX 01-05-2012
2,319
Posted By Amit Kulkarni
Tried that but i was unable to specify the FROM...
Tried that but i was unable to specify the FROM address.
However i found a solution.
It can be done by telnet ing to smtp on port 25
Forum: HP-UX 01-04-2012
36,186
Posted By Amit Kulkarni
Symbolic link creation between 2 directories on different machines
I am trying to link 2 directories using:

ln -s /net/<hostname>/srcdir/ /net/<desthostname>/dstdir/

I get the following error:

ln: /net/<desthostname>/dstdir: Function is not available
...
Forum: HP-UX 12-20-2011
14,008
Posted By Amit Kulkarni
Unable to Set Prompt to current working DIR
HPUX does not recognise \h,\w,\u to display the hostname,working directory and username respectively.
So how do i set the PS1 variable to display my current working Directory as my prompt?

I also...
Forum: HP-UX 12-19-2011
2,319
Posted By Amit Kulkarni
mailx usage doubt
How to use mailx to send a mail by specifying the from: address,
considering that i am the root user
Forum: HP-UX 12-09-2011
1,530
Posted By Amit Kulkarni
Usage of ipsec_admin
I would want to know the use of ipsec_admin password which we provide in the beginning
1,682
Posted By Amit Kulkarni
Thanks that works but can you throw some light on...
Thanks that works but can you throw some light on the necessity of using ';'.
Or could you tell that in terms of replacing [] with test ?
1,682
Posted By Amit Kulkarni
Syntax error in sh script execution
Script:
#!/sbin/sh
echo "Welcome to my First Script"
echo "Enter a word"
read PASS
if [ "$PASS" = "intel" ] then
echo "You are correct"
elif [ "$PASS" = "apple" ] then
echo "Thats incorrect"...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 07:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy