Search Results

Search: Posts Made By: unblockable
Forum: Solaris 04-08-2014
7,798
Posted By Peasant
I see you are using slice0 of the disk. You...
I see you are using slice0 of the disk.

You will need to specify the option for it :

ldm add-vdsdev options=slice /dev/dsk/c0t5000CCA015354CB4d0s0 vol5@primary-vds0
Or use the entire disk...
Forum: Solaris 03-25-2014
5,790
Posted By jlliagre
The dtrace script has hopefully no impact in the...
The dtrace script has hopefully no impact in the target file.
From anywhere you like.

This is the expected output. You should leave the script running for the inode renumbering hack to...
Forum: Solaris 03-25-2014
5,790
Posted By bartus11
Put this into "fake_inode.d": ...
Put this into "fake_inode.d":
syscall::stat64:entry, syscall::lstat64:entry
/strstr(copyinstr(arg0), "passwd") != NULL/
{
self->statptr = arg1;
}

syscall::stat64:return,...
Forum: Solaris 03-26-2014
5,790
Posted By jlliagre
That's the reason why Bartus11 asked you about...
That's the reason why Bartus11 asked you about what your application uses to read the inode number. "ls -li file" uses stat64 which is temporarily "patched" with the dtrace script, "ls -li" alone...
Forum: Solaris 03-03-2014
2,642
Posted By hicksd8
This only applies to SPARC and UFS filesystems
The trick is to make Solaris do most of the work otherwise there will be a very large number of files to modify. So, at the very base level, it goes like this.........

Planning....count number of...
Forum: Solaris 03-03-2014
2,642
Posted By jlliagre
A supported way to clone a Solaris 10 server is...
A supported way to clone a Solaris 10 server is to use Flash Archives (http://docs.oracle.com/cd/E19253-01/821-0436/flash-24/index.html). You use the flarcreate command to create the source archive....
Forum: Solaris 12-13-2013
14,214
Posted By hicksd8
Seems like I'm wrong and Solaris 11 has a new way...
Seems like I'm wrong and Solaris 11 has a new way of configuring zone network interfaces.

http://www.alekz.net/archives/449

...
Showing results 1 to 7 of 7

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