Setting User & Group for Netcool

Protected: Setting User & Group in Netcool

Useful for PA.

Pre Installation Stage
### Login Under Root User ####
1.1. Add User netcool,
useradd -d /home/netcool -m -u 1000-g 1000 -s /bin/bash netcool

1.2. Change password for netcool
passwd netcool
********

1.3. Create new directory for installation folder to Tivoli/Netcool omnibus 7.4
mkdir -p /opt/netcool
chown -R netcool:ncoadmin /opt/netcool

after create and set the user and group, you have to make sure:
netcool@inosspro9#id
vi /etc/passwd

netcool:x:1000:1000::/export/home/netcool:/bin/bash

vi /etc/group

Ncoadmin:!:1000:root,netcool

if netcool and ncoadmin line not like the note above, you have to add manually by type both of the /etc/passwd and /etc/group files.

Post a comment or leave a trackback: Trackback URL.

Leave a comment