Search Results

Search: Posts Made By: erice
Forum: Solaris 12-09-2011
1,617
Posted By erice
Just trying to understand the problem better... ...
Just trying to understand the problem better...

Are you trying to make the installation completely non-interactive? How is the client starting a text installation if it is not using the jumpstart...
Forum: Solaris 11-02-2010
4,517
Posted By erice
It sounds like you might want to setup link...
It sounds like you might want to setup link aggregation (ce0 and ce1) will be bound as aggr0. Look up the command dladm. If you choose to setup link aggregation, the corresponding ports on the...
Forum: Solaris 03-29-2010
10,075
Posted By erice
On the NFS client side, the mount point directory...
On the NFS client side, the mount point directory should be an empty directory. It looks like you are trying to share out the mount point directory.


mount 10.21.33.15:/db/oracle_dir /mountDir
...
Forum: IP Networking 03-26-2010
3,028
Posted By erice
Can you post the output of netstat -nr, and...
Can you post the output of netstat -nr, and netstat -in from the HPUX system?
12,907
Posted By erice
Are you the administrator of the system? If not,...
Are you the administrator of the system? If not, contact the admin to see if mail is setup correctly. If you are, su to root
Forum: Ubuntu 03-24-2010
3,165
Posted By erice
What happens when you try to mount the drive?
What happens when you try to mount the drive?
12,907
Posted By erice
Is the mail getting off of the local host? Check...
Is the mail getting off of the local host? Check your mail queue, which is commonly the /var/spool/clientmqueue directory.

Also, try giving mailx the "-v" option, and post the output.
Forum: Solaris 03-24-2010
4,533
Posted By erice
I was able to fix this by adding the command...
I was able to fix this by adding the command "kinit -k" to /etc/profile, forcing the creation of a kerberos cache file for any user accessing the system.
Forum: Solaris 03-24-2010
4,533
Posted By erice
Thanks jlliagre! Do you know why nscd is forking...
Thanks jlliagre! Do you know why nscd is forking processes with -F for each user connected to the system? I only see this behavior after enabling the ldap client.

Ultimately, I'm trying to get...
Forum: Solaris 03-24-2010
4,533
Posted By erice
nscd -F
Does anyone have any idea what the -F option is for /usr/sbin/nscd? The option is not listed in the man pages.

I have recently started seeing these processes after setting up Kerberos/AD...
2,320
Posted By erice
What is it you're trying to gather? a zone to...
What is it you're trying to gather? a zone to loopback interface mapping?

maybe this..?



for zone in `zoneadm -i|grep -v global`
do
echo "*****************"
zlogin $zone ifconfig -a|grep...
1,722
Posted By erice
Did you re-read in the keytab again?
Did you re-read in the keytab again?
Forum: Solaris 12-14-2009
8,647
Posted By erice
This should tell you what zpools are available to...
This should tell you what zpools are available to import...

zpool import -d /dev/dsk
Forum: Solaris 12-10-2009
6,089
Posted By erice
VxVM won't share the SAN disks between servers,...
VxVM won't share the SAN disks between servers, you will have to zone both servers at the switch. If you want to manually swing the disks after the disks are shared, simply vxdg deport, and then...
Forum: Solaris 12-10-2009
6,089
Posted By erice
I have a similar configuration setup, but we are...
I have a similar configuration setup, but we are using VCS instead of SC.


Yes, Veritas volume manager runs in the global zone


# zlogin -l erice0x fcprod
# vxprint -ht
VxVM vxprint ERROR...
4,315
Posted By erice
Check the man pages for ethtool
Check the man pages for ethtool
1,932
Posted By erice
What is the OS? What RAID level?
What is the OS?

What RAID level?
11,556
Posted By erice
Just a suggestion... Since you are using...
Just a suggestion...

Since you are using rsync over ssh, instead of using a password, maybe you should consider setting up public private keys for authentication
2,594
Posted By erice
I'm sure there are a million ways to do it,...
I'm sure there are a million ways to do it, here's one...


x1=`echo $line | awk -F "|" '{print $1}'`
xNR=`echo $line | awk -F "|" '{print NR}'`
Forum: Solaris 12-10-2009
43,395
Posted By erice
The code you posted suggests the system tried to...
The code you posted suggests the system tried to boot from "disk", not "cdrom". Are you typing in "boot cdrom" at the ok prompt?

***************************
#boot cdrom
or
#boot cdrom -s...
Forum: Solaris 12-10-2009
7,715
Posted By erice
If I understand correctly, you have one good disk...
If I understand correctly, you have one good disk with file systems, and one new disk with nothing on it yet. You will need to boot from cdrom (or the net) and do some clean up.

Step 1 - boot...
10,227
Posted By erice
Try the following... find /sent -mtime 2...
Try the following...


find /sent -mtime 2 -exec rm {} \;
30,288
Posted By erice
mv is destructive, it will delete the original...
mv is destructive, it will delete the original copy after the move, are you sure you don't want to cp first? then rm after you verify the integrity of the file?


#!/bin/ksh

for file in `ls...
4,223
Posted By erice
rsh would still require the script to be...
rsh would still require the script to be accessible on the system. Since the script only exists on "one Unix machine", the other 100 machines are most likely accessing the script via a network share...
Forum: Solaris 12-09-2009
1,902
Posted By erice
Sun has a tool/utility called Sun N1 Service...
Sun has a tool/utility called Sun N1 Service Provisioning System
Showing results 1 to 25 of 28

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