- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Red Hat linux 7.5 Kickstart with HPE Proliant ...
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
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
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
04-29-2020 12:37 PM
04-29-2020 12:37 PM
I successfully created my kickstart env and installation on a HP Kayak XU workstation, and all went well.
When I move to the DL380p G8, kickstart is not working 100% like it did on the XU box.
I add new groups and users with the group tag, and the users with the user tag as defined in RHEL examples.
However, at the end of the install, it looks like it added the user BEFORE the group so in my passwd file, my GID is correct and the subgroups are missing as well as shown with id.
<code>
group --name=dba --gid=101
group --name=oinstall --gid=102
group --name=asmdba --gid=103
group --name=asmadmin --gid=104
user --name=oracle --gid=102 --uid=1001 --groups=101,103,104 --homedir=/u01/oracle --shell=/usr/bin/ksh --plaintext --password=Yelpme
</code>
<code>
dba:x:101:
oinstall:x:102:
oracle:x:102:oracle
(and the other groups are added)
</code>
the firmware on the disks and the computer are all up to date (spent a day and a half going through all that).
It is RHEL 7.5 Linux. latest download.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 09:27 AM
04-30-2020 09:27 AM
SolutionI honestly can say, stay home when you can not do anything right. Somewhere in the kickstart file was messed up, so this morning, I reverted back to the original script I created, modified the 1 section i needed, and it worked like a charm.
Problem Solved.