search for: u01

Displaying 20 results from an estimated 77 matches for "u01".

Did you mean: 01
2009 May 31
1
ZFS rollback, ORA-00322: log 1 of thread 1 is not current copy (???)
...devices 11 Improved scrub performance 12 Snapshot properties 13 snapused property For more information on a particular version, including supported releases, see: http://www.opensolaris.org/os/community/zfs/version/N Where ''N'' is the version number. root at localhost:/# mv u01 u01.bak root at localhost:/# for i in 1 2 3 4; do dd if=/dev/zero of=disk$i bs=1024k count=2048; done root at localhost:/# du -k disk* 2099204 disk1 2099204 disk2 2099204 disk3 2099204 disk4 root at localhost:/# zpool create coolpool /disk1 /disk2 /disk3 /disk4 root at localhost:/# zpool status...
2018 Feb 02
2
Samba 4.6.2 does not inherit setgid bit (anymore)
...> > We have noticed the same thing in CentOS 7. The setgid no longer works > like it did before, so now we create our shares like this following > the instructions from the wiki. > > https://wiki.samba.org/index.php/Setting_up_a_Share_Using_POSIX_ACLs > > > # chmod 700 /u01/test > # chown root:root /u01/test > # setfacl -m group::--- /u01/test > # setfacl -m default:group::--- /u01/test > # setfacl -m other::--- /u01/test > # setfacl -m default:other::--- /u01/test > # setfacl -m group:unixadmins:rwx /u01/test > # setfacl -m default:group:unixadmi...
2002 Sep 23
1
Disk Space Problems with Rsync.
...bout 70%-75% used. Below is the script that I am executing. I am using Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.9-34smp on a 2-processor i686. Does anyone have any idea on what causes this and how to fix this? #!/bin/bash export RSYNC_RSH="ssh" rsync -alz --delete --stats server:/u01/home/piuser/ /u01/home/piuser/ rsync -alz --delete --stats server:/u01/public/ /u01/public/ rsync -alz --delete --stats server:/u01/perform_data/ /u01/perform_data/ rsync -alz --delete --stats server:/u01/perform_testing/ /u01/perform_testing/ rsync -alz --delete --stats server:/u01/collect_setu...
2006 Dec 12
3
ZFS Corruption
Please reply directly to me. Seeing the message below. Is it possible to determine exactly which file is corrupted? I was thinking the OBJECT/RANGE info may be pointing to it but I don''t know how to equate that to a file. # zpool status -v pool: u01 state: ONLINE status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in question if possible. Otherwise restore the entire pool from backup. see: http://www.sun.com/msg/ZFS-8000-8A scrub:...
2002 May 03
1
Newbie question on Rsync on Solaris
...ire collection !! Since 99% of the files have not changed since the tar, it should only find about 50 mb of differences. Here is what I am doing.... On source, run: rsync -rvutogp -n --delete --stats --progress \ --exclude-from=/utils/exc_rsync_applcsf.txt \ --rsync-path=/usr/local/bin \ /data/u01/app/applmgr/product/1102/prd \ remoteuser@remotehost:/data/u01/app/applmgr/product/1102/prd The exclude file is: /data/u01/app/applmgr/product/1102/prd/common/PRD/log/* /data/u01/app/applmgr/product/1102/prd/common/PRD/out/* Other info: usernames, uid and gid are the same on both systems. rsy...
2004 May 27
1
OCFS not releasing space?
...s when datafiles are reduced in size: is this Bug 62, and if so is there an expected fix date? ocfs-2.4.9-e-enterprise-1.0.11-1 ocfs-support-1.0.10-1 ocfs-tools-1.0.10-1 Linux sgl43d-122 2.4.9-e.35enterprise #1 SMP Wed Jan 7 15:11:27 EST 2004 i686 unknown bytes name 2097152000 /data/oracle/QSG40/u01/dtr_med_i_02.dbf /dev/sdc1 35654368 34798048 856320 98% /data/oracle/QSG40/u01 -rw-r----- 1 oracle dba 2097168384 May 11 10:10 dtr_med_i_02.dbf alter database datafile '/data/oracle/QSG40/u01/dtr_med_i_02.dbf' resize 1900M bytes name 1992294400 /data/oracle/Q...
2018 Jan 30
1
Samba 4.6.2 does not inherit setgid bit (anymore)
Hi Vincent, have you found a solution that makes "force directory mode = 2770" able to apply to new created folders ? I have a similar problem: if I set by hand (eg. chmod 2770) the folder A and then I try to create an X element into that folder through samba I get the result needed ( group of X become overriden from parent folder A ) but the problem is that the new element X not
2018 Feb 05
0
Samba 4.6.2 does not inherit setgid bit (anymore)
...e same thing in CentOS 7. The setgid no longer >> works like it did before, so now we create our shares like this >> following the instructions from the wiki. >> >> https://wiki.samba.org/index.php/Setting_up_a_Share_Using_POSIX_ACLs >> >> >> # chmod 700 /u01/test >> # chown root:root /u01/test >> # setfacl -m group::--- /u01/test >> # setfacl -m default:group::--- /u01/test >> # setfacl -m other::--- /u01/test >> # setfacl -m default:other::--- /u01/test >> # setfacl -m group:unixadmins:rwx /u01/test >> # setfa...
2007 Feb 10
16
How to backup a slice ? - newbie
... though I tried, read and typed the last 4 hours; still no clue. Please, can anyone give a clear idea on how this works: Get the content of c0d1s1 to c0d0s7 ? c0d1s1 is pool home and active; c0d0s7 is not active. I have followed the suggestion on http://www.opensolaris.org/os/community/zfs/demos/zfs_demo.pdf % sudo zfs snapshot home at backup % zfs list NAME USED AVAIL REFER
2003 Nov 24
1
ROracle issue with shared library and RMySQL
...r/local/lib/R/library/ROracle/libs/ROracle.so: undefined symbol: sqlca Error in library(ROracle) : .First.lib failed My configuration: Gentoo 1.4 - kernel 2.4.20 Oracle 9.2.0.4 (upgraded 9.2.0.2) I compiled ROracle with the necessary Oracle libraries in the path. My LD_LIBRARY_PATH is set to: /u01/app/oracle/product/9.2.0/lib:/u01/app/oracle/product/9.2.0/precomp/public :/u01/app/oracle/product/9.2.0/sqlplus/public:/u01/app/oracle/product/9.2.0/precomp/lib My other oracle applications run fine as far as I can tell. I can also compile and execute the Oracle sample12 which does an include of...
2011 Nov 20
1
Puppet changes mount point directory ownership.
I''ve got a directory, /u01/app that is owned by oracle.oinstall. I have this in my manifest: # # Mount point for the Oracle database. # ''/u01/app'': device => ''/dev/xvdo'', atboot => true, ensure => mounted,...
2014 Apr 01
3
problema con RStudio
..., M.STODNR \ ... ... ...") pero desde Rstudio me encuentro siempre con el siguiente error: Warning messages: 1: In odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") : [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver Manager]Can't open lib '/u01/app/luisr/product/11.1.0/client_1/lib/libsqora.so.11.1' : file not found 2: In odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") : ODBC connection failed El fichero existe y es ejecutable (como lo demuestra el mismo código en la terminal) luisr@luisr:~$ ls -gGl /...
2004 Jul 06
1
Moving ocfs file system to a new SAN
Hi, We are currently rolling over our SAN (FC4700 to CX700) and have now reached the data migration stage. I need to move the data files on my current /u01 ocfs file system (on FC4700) to a new ocfs file system (on CX700) which I want to keep as the same /u01 mount point on the hosts. With a normal file system I would just mount the new file system to a temporary mount point, copy the data, unmount the old file system and mount the new one on the...
2005 Feb 11
3
OCFS file system used as archived redo destination is corrupted
...ot; [Thu Feb 10 22:25:21] ORA-27040: skgfrcre: create error, unable to create file [Thu Feb 10 22:25:28] ORA-16038: log 12 sequence# 21810 cannot be archived [Thu Feb 10 22:25:28] ORA-19504: failed to create file "" [Thu Feb 10 22:25:28] ORA-00312: online log 12 thread 1: '/export/u01/oradata/AUCP/redo12m1.log' [Thu Feb 10 22:25:28] ORA-00312: online log 12 thread 1: '/export/u01/oradata/AUCP/redo12m2.log' [Thu Feb 10 22:25:28] ORA-16038: log 12 sequence# 21810 cannot be archived [Thu Feb 10 22:25:28] ORA-19504: failed to create file "" [Thu Feb 10 22:2...
2014 Apr 01
2
problema con RStudio
Pues ahí lo tienes. De alguna manera R (a través de RStudio) no está incorporando el directorio /u01/app/luisr/product/11.1.0/client_1/lib donde se ve que tienes las librerías de ODBC al "LD path". Échale un vistazo a https://support.rstudio.com/hc/communities/public/questions/200641818-How-to-configure-libPaths-?locale=en-us Aparentemente RStudio tiene su propio sistema para iniciar...
2014 Apr 01
2
problema con RStudio
...o siempre con el siguiente error: > > > > Warning messages: > > 1: In > odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") : > > [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver > > Manager]Can't open lib > > '/u01/app/luisr/product/11.1.0/client_1/lib/libsqora.so.11.1' : file not > > found > > 2: In > odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") : > > ODBC connection failed > > > > El fichero existe y es ejecutable (como lo demuestra el...
2009 Jun 24
2
issues with shared disk
Hello, How to mount a disk with ocfs2 FS in one node to another . Let ys say I have /dev/sda mounted on /u01 in node 1 . I need to access it from nod2 . Any solutions ? I am using ubuntu 8.10 Node 1 ====== root at 110:~# /etc/init.d/o2cb status Module "configfs": Loaded Filesystem "configfs": Mounted Module "ocfs2_nodemanager": Loaded Module "ocfs2_dlm": Loade...
2014 Apr 01
3
problema con RStudio
...gt; Warning messages: > >> > 1: In > >> > odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") : > >> > [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver > >> > Manager]Can't open lib > >> > '/u01/app/luisr/product/11.1.0/client_1/lib/libsqora.so.11.1' : file > not > >> > found > >> > 2: In > >> > odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") : > >> > ODBC connection failed > >> > > >&g...
2014 Apr 01
2
problema con RStudio
...>> > odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") >>> >> > : >>> >> > [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver >>> >> > Manager]Can't open lib >>> >> > '/u01/app/luisr/product/11.1.0/client_1/lib/libsqora.so.11.1' : file >>> >> > not >>> >> > found >>> >> > 2: In >>> >> > odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") >>> >> > : &...
2001 Aug 22
1
[Fwd: [Fwd: openssh 2.9p2 hang problem]]
...eventually does freeze ) > > On the server we are ssh'ing from ( next morninng there are a few > freezes overnight but not all are on host xcalibur ) > > > # ps -ef | grep ssh | grep -v sshd > > root 6202 6201 0 06:30:29 ? 0:00 ssh xcalibur df -k /oracle/u01/admin/xnnprd00/arch > > root 21855 21854 0 01:00:20 ? 0:00 ssh xcalibur du -sk /oracle/u01/admin/xdnprd00/arch > > root 21904 21903 0 16:45:41 ? 0:00 ssh xcalibur df -k /oracle/u01/admin/xvkprd00/arch > > root 27654 27653 0 01:15:38 ? 0:00 ssh x...