Search Results

Search: Posts Made By: cptkirkh
1,768
Posted By cptkirkh
Yes, that helped me understand what I did wrong....
Yes, that helped me understand what I did wrong. It looks like from your other post that since i created a file system at that time it created an underlying LV. thanks for the help. I will read...
1,768
Posted By cptkirkh
mkfs -t xfs -f /dev/sdb fdisk /dev/sdb ...
mkfs -t xfs -f /dev/sdb
fdisk /dev/sdb
ls -la /dev/sdb*
pvcreate /dev/sdb1
vgextend ol /dev/sdb1
lvcreate -L 50GB -n lv_oradata ol
lvdisplay ol/lv_oradata
mkfs -t xfs -f...
1,768
Posted By cptkirkh
Understanding volumes and hard drives
Ok so i thought i was smart but i can tell I need some help. I am playing around with understanding lvm and adding disks to a linux box. I added a disk and then ran what i thought were commands to...
603
Posted By cptkirkh
What is seen by ps?
If i have a script that assigns a string to a variable could someone in theory be able to see that variable via ps if they were logged on to the server? Are there any other logs that would show what...
1,010
Posted By cptkirkh
The oracle DB is hosted on the same server and...
The oracle DB is hosted on the same server and yes i am using alter user. What i am really trying to determine is if i create a password on the fly inside of a script and assign it to a variable and...
1,010
Posted By cptkirkh
sorry for not making that clearer. What I am...
sorry for not making that clearer. What I am trying to achieve is a script that doesn't have the info it generates it either ps or in a server log file. Can that be achieved by a pipe or is there...
1,010
Posted By cptkirkh
Shell commands and ps and server logs
Good afternoon all!! I am writing a shell script that will generate a random phrase to be used as a password.

this is the line I use to generate the password
echo `head -n 10 /dev/urandom | tr...
Forum: Solaris 10-04-2017
4,871
Posted By cptkirkh
yes i am sorry i left out the part of ksh. When...
yes i am sorry i left out the part of ksh. When you echo $HISTFILE it returns blank on both so it is not set. I don't want the history file to be pointed back to Solaris 10 i just each to have its...
Forum: Solaris 10-04-2017
4,871
Posted By cptkirkh
Esc-k and command history
Good afternoon, I am an Oracle DBA that is a bit stumped on the sudo and viewing historical commands. In the past on solaris 10 we would all first use our own username and password to putty to our...
1,390
Posted By cptkirkh
New to korn shell
I am new to korn shell and slowly learning. Is there a way to have a parent script prompt for input and then execute a child script and return the output then move forward and ask for more input and...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 08:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy