HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Simple Querry
Operating System - HP-UX
1834939
Members
2084
Online
110071
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-14-2005 05:10 PM
02-14-2005 05:10 PM
Simple Querry
Hi Gurus
I need your help to clear my following queries.
1)How can we bypass system / user profile from execution while logging in?
2)Am having a two node cluster environment running with a SAP package.If my servers are indicated as A and B while package as C, then
By default package will be running on node A.If this node fails while package is running , package will be switched over to B. Now by some reason B is not able adopt the package and node A is down, so package is not running.If node A comes online and starts the SG daemon by cmrunnode, whether package will be run on node A or package will be in halted stae.
Rgds
Dinu
I need your help to clear my following queries.
1)How can we bypass system / user profile from execution while logging in?
2)Am having a two node cluster environment running with a SAP package.If my servers are indicated as A and B while package as C, then
By default package will be running on node A.If this node fails while package is running , package will be switched over to B. Now by some reason B is not able adopt the package and node A is down, so package is not running.If node A comes online and starts the SG daemon by cmrunnode, whether package will be run on node A or package will be in halted stae.
Rgds
Dinu
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 05:38 PM
02-14-2005 05:38 PM
Re: Simple Querry
Hi,
1. You can always check the username who is logging. You can put one IF statement in the begining of the /etc/profile to check the username e.g.
if [ "$LOGNAME" = "username" ]
then
exit
fi
Or if there are more usernames then use "for" loop.
2. Not very sure but as per my understanding it will remain FAULTED and would not start automaticaly on Server A. You may have to use cmhaltpkg, cmrunpkg commands.
Regards,
1. You can always check the username who is logging. You can put one IF statement in the begining of the /etc/profile to check the username e.g.
if [ "$LOGNAME" = "username" ]
then
exit
fi
Or if there are more usernames then use "for" loop.
2. Not very sure but as per my understanding it will remain FAULTED and would not start automaticaly on Server A. You may have to use cmhaltpkg, cmrunpkg commands.
Regards,
You need to know a lot to actually know how little you know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 06:10 PM
02-14-2005 06:10 PM
Re: Simple Querry
2) when autoswitch is enabled but the package startup fails on NodeB (states starting,stopping,failed), the package will probably not be switched back to node A as MC/SG has to assume You're in trouble already ;)
consistency is chosen over availability, also I think a huge point is about avoiding deadlocking nfs-mounts and vg activation.
say, i.e. the vg is imported on node B but SAP didn't start (typo in a script or whatever or something looping [1]) - what would You think would happen if node A forcibly activated the vg with the SAP data and maybe two hours later nodeB finally managed to finish the startup?
Yepp, You go get the tapes.
[1] or waiting for a hard nfs mount to node A :)))
consistency is chosen over availability, also I think a huge point is about avoiding deadlocking nfs-mounts and vg activation.
say, i.e. the vg is imported on node B but SAP didn't start (typo in a script or whatever or something looping [1]) - what would You think would happen if node A forcibly activated the vg with the SAP data and maybe two hours later nodeB finally managed to finish the startup?
Yepp, You go get the tapes.
[1] or waiting for a hard nfs mount to node A :)))
yesterday I stood at the edge. Today I'm one step ahead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 09:16 PM
02-14-2005 09:16 PM
Re: Simple Querry
Hi Bharath
1)Rgdg bypassing tyhe user profile:.. Seems question was not clear.After getting the login prompt and after or before entering the username, passwd whether it is possible to bypass the profile execution.
2)Hi Florian.. Thanks for the answer..
U mean to say that in my situation I will not be able to start the package untill I halt entire cluster..Is it so
Any inputs from anybody
Rgds
Dinu
1)Rgdg bypassing tyhe user profile:.. Seems question was not clear.After getting the login prompt and after or before entering the username, passwd whether it is possible to bypass the profile execution.
2)Hi Florian.. Thanks for the answer..
U mean to say that in my situation I will not be able to start the package untill I halt entire cluster..Is it so
Any inputs from anybody
Rgds
Dinu
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP