- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: command exeution prob. at /root
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 09:23 PM
10-19-2004 09:23 PM
I am not able the run the ls or bdf at the root. Whereas if I go to some directory, I cal run ls command. The error in syslog I am attaching , so far server is running and oracle users are working.Why this happend and how to come out without shutting down the server.
Oct 20 08:46:26 ERP3 vmunix: LVM: Path (device 0x1f040200) to PV 1 in VG 3 Faile
d!
Oct 20 08:46:26 ERP3 vmunix: LVM: Path (device 0x1f040300) to PV 2 in VG 3 Faile
d!
Oct 20 08:46:26 ERP3 vmunix: LVM: vg[3]: pvnum=0 (dev_t=0x1f040100) is POWERFAIL
ED
Oct 20 08:46:26 ERP3 vmunix: LVM: vg[3]: pvnum=1 (dev_t=0x1f040200) is POWERFAIL
ED
Oct 20 08:46:26 ERP3 vmunix: LVM: vg[3]: pvnum=2 (dev_t=0x1f040300) is POWERFAIL
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 09:34 PM
10-19-2004 09:34 PM
SolutionLooks like HW problem coming up .
Look at ls -1 /root
If that works you have corruption or a file name with a space or something in it in the root directory
try
cd /root
ls -1|while read line
do
echo $line
ll -d $line
done
If it hangs the last line printed is the problem.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 10:49 PM
10-19-2004 10:49 PM
Re: command exeution prob. at /root
do u have any EMS configured,check if available
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 11:07 PM
10-19-2004 11:07 PM
Re: command exeution prob. at /root
The syslog messages indicate a problem with the 3 disks in volume group 3:
device 0x1f040200
device 0x1f040300
dev_t=0x1f040100
To determine the devices:
# ll /dev/dsk |grep 040?00
If these disks are in a cabinet, check cabling and power. It might be as simple as that.
# ioscan -fnC disk
Look for NO_HW or completely missing disks. (This is a hardware problem.)
# diskinfo -v /dev/rdsk/cXtXdX
Look for problems. (This is a hardware problem.)
If there are no SCSI lbolt messages, this is probably not a hardware fault, but you may only need to increase the timeout.
Check the timeout with pvdisplay. If it says default, increase it with:
# pvchange -t 180 /dev/dsk/cXtXdX
Watch for further errors. If they continue or if there are other SCSI errors, then contact Hardware Support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 11:41 PM
10-19-2004 11:41 PM
Re: command exeution prob. at /root
The following error found. Its VA7110 having two controllers. itseems one controller is not working/faulty. But as its configured as RAID 0+1. I should be able to work with the volumes created on it. Here I ma not able to connect to the volumes. So far I have not restarted my server. The HDD in array showing all green lights which means there should not be any prob. with the HDDs.The o/p of ioscan is this...
disk 3 0/3/1/0/4/0.1.0.0.0.0.0 sdisk NO_HW DEVICE HP A6189B
/dev/dsk/c4t0d0 /dev/rdsk/c4t0d0
disk 11 0/3/1/0/4/0.1.0.0.0.0.1 sdisk NO_HW DEVICE HP A6189B
/dev/dsk/c4t0d1 /dev/rdsk/c4t0d1
disk 16 0/3/1/0/4/0.1.0.0.0.0.2 sdisk NO_HW DEVICE HP A6189B
/dev/dsk/c4t0d2 /dev/rdsk/c4t0d2
disk 19 0/3/1/0/4/0.1.0.0.0.0.3 sdisk NO_HW DEVICE HP A6189B
/dev/dsk/c4t0d3 /dev/rdsk/c4t0d3
disk 4 0/3/1/0/4/0.1.1.0.0.0.0 sdisk NO_HW DEVICE HP A6189B
/dev/dsk/c6t0d0 /dev/rdsk/c6t0d0
disk 8 0/3/1/0/4/0.1.1.0.0.0.1 sdisk NO_HW DEVICE HP A6189B
/dev/dsk/c6t0d1 /dev/rdsk/c6t0d1
disk 12 0/3/1/0/4/0.1.1.0.0.0.2 sdisk NO_HW DEVICE HP A6189B
/dev/dsk/c6t0d2 /dev/rdsk/c6t0d2
disk 15 0/3/1/0/4/0.1.1.0.0.0.3 sdisk NO_HW DEVICE HP A6189B
/dev/dsk/c6t0d3 /dev/rdsk/c6t0d3
disk 5 0/4/1/0/4/0.1.0.0.0.0.0 sdisk CLAIMED DEVICE HP A6189B
/dev/dsk/c8t0d0 /dev/rdsk/c8t0d0
disk 10 0/4/1/0/4/0.1.0.0.0.0.1 sdisk CLAIMED DEVICE HP A6189B
/dev/dsk/c8t0d1 /dev/rdsk/c8t0d1
disk 14 0/4/1/0/4/0.1.0.0.0.0.2 sdisk CLAIMED DEVICE HP A6189B
/dev/dsk/c8t0d2 /dev/rdsk/c8t0d2
disk 18 0/4/1/0/4/0.1.0.0.0.0.3 sdisk CLAIMED DEVICE HP A6189B
/dev/dsk/c8t0d3 /dev/rdsk/c8t0d3
disk 6 0/4/1/0/4/0.1.1.0.0.0.0 sdisk CLAIMED DEVICE HP A6189B
/dev/dsk/c10t0d0 /dev/rdsk/c10t0d0
disk 9 0/4/1/0/4/0.1.1.0.0.0.1 sdisk CLAIMED DEVICE HP A6189B
/dev/dsk/c10t0d1 /dev/rdsk/c10t0d1
disk 13 0/4/1/0/4/0.1.1.0.0.0.2 sdisk CLAIMED DEVICE HP A6189B
/dev/dsk/c10t0d2 /dev/rdsk/c10t0d2
disk 17 0/4/1/0/4/0.1.1.0.0.0.3 sdisk CLAIMED DEVICE HP A6189B
/dev/dsk/c10t0d3 /dev/rdsk/c10t0d3
any way to make it work without restarting the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 01:05 AM
10-20-2004 01:05 AM
Re: command exeution prob. at /root
ioscan -fuC disk
insf -C disk
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 01:26 AM
10-20-2004 01:26 AM
Re: command exeution prob. at /root
Thanks for the response. The problem is resolved.
I had to restart the Array and the server.
So its got connected to that Controller, may be some link failure was there.
Rgds
Jack