- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MCSG w SAP and autofs hangs when package is down
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
05-02-2006 05:28 PM
05-02-2006 05:28 PM
MCSG w SAP and autofs hangs when package is down
also brings down the virtual IP (dmgdbci 10.3.1.250) you can see from the dbciR3P.control.script.log that the /export/usr/sap/trans and /export/sapmnt/R3P is
unexported successfully. But once the package is down, the system with hang, all network commands does not work ping, ping to itself, netstat, cmviewcl just hangs , in fact even shutdown hangs. I need to restart from console. So after I shutdown the
package no outward bound network traffic can go out. Only inward bound traffic can come in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:47 PM
05-02-2006 08:47 PM
Re: MCSG w SAP and autofs hangs when package is down
is the NIS configured on the system??
GOOD LUCK!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 09:24 PM
05-02-2006 09:24 PM
Re: MCSG w SAP and autofs hangs when package is down
can you ensure that you package has a script that will be used as part of start & stop.
While starting it does
exportfs -vua
then
exportfs -va
then
remsh $REMOTEHOST mount host:/
while stop does
remsh $REMOTEHOST umount
then
exportfs -vua
Hope this helps
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 05:19 PM
05-03-2006 05:19 PM
Re: MCSG w SAP and autofs hangs when package is down
I have narrowed down the problem, its does not even involve MCSG. The problem seems to be, whenever i put in place the /etc/auto.direct file and do a /sbin/init.d/nfs.client start the system hangs for outward bound traffic. Ping even to itself hangs, netstat, cmviewcl, nfsstat, all outward bound traffic hangs. But inbound is ok. I can still telnet to the system.
Btw the auto.direct contains the following:
/usr/sap/trans -soft,retrans=2,timeo=60,proto=udp,intr,retry=2 caasdbs:/export/usr/sap/trans
/sapmnt/P01 -soft,retrans=2,timeo=60,proto=udp,intr,retry=2 caasdbs:/export/sapmnt/P01
caasdbs is a virtual host. But if caasdbs is up all is well.
Rgds
Erwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 06:07 PM
05-03-2006 06:07 PM
Re: MCSG w SAP and autofs hangs when package is down
One more thing that you can do is, send -usr2 signal to automounter, this will create debug file in /var/adm. Check it to know what exactly happens when virtual ip is not accessible and what autofs does about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2007 11:04 PM
03-05-2007 11:04 PM
Re: MCSG w SAP and autofs hangs when package is down
how did you solve it eventually?
Regards
Antonio