- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- APA issue
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
11-12-2004 04:24 AM
11-12-2004 04:24 AM
APA issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 10:53 AM
11-12-2004 10:53 AM
Re: APA issue
I'm not sure I understand your question. Are you taking an existing system that has APA configured and using "set_parms initial" to change its hostname and IP address, or are you trying to take a totally different server and replace it with a system that has APA configured?
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2004 03:52 AM
11-13-2004 03:52 AM
Re: APA issue
typically, APA results in lanNNN or lanNNNN interface names.
so, you may need to go in after the fact and edit /etc/rc.config.d/netconf to have the proper lan entry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2004 06:03 AM
11-13-2004 06:03 AM
Re: APA issue
As Rick says, with set_parms you change the ip of the lan0. The best way to do this is by editing the /etc/rc.config.d/netconf file. If you don't feel comfort with "vi" you can use set_parms just for the hostname and use SAM to change you agregation's ip address. And remember to change your /etc/hosts file if you use it for resolving names.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2004 07:05 PM
11-13-2004 07:05 PM
Re: APA issue
lanscan(1M) can be used to determine the interfaces available in the new system. ioscan(1M) can be used to determine what type of interfaces these are. If the instance numbers of the physical interfaces you wish to aggregate have changed between the old and the new system, you would also need to modify /etc/rc.config.d/hp_apaconf to reflect the change.
Thanks.
Ajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 05:50 AM
11-15-2004 05:50 AM
Re: APA issue
Regards