Skip to main content

Posts

Showing posts with the label other

10 Smart Uses of Pendrive Other Than Storing Data

10 Smart Uses of Pendrive Other Than Storing Data We all use pendrives while transferring data from one system to another. You can transfer almost anything like photos, music, videos, movies, any software and more. However, there are many things a pen drive can do other than just storing data. Yes, this small device can help you a lot in many situations regarding computers. Pendrive is much more versatile that you might realize. Transferring data is probably the most common use of Pendrive. But there are many capabilities that go well beyond storing and transferring files. Want to know what more you can do with Pendrive? We are providing you top 10 ways to use the Pendrive efficiently. Let�s have a look. 10 smart uses of Pendrive 1. Lock and unlock your computer via Pendrive People use screen password to protect data stored in computer, laptop. Sometimes it happens that someone ask for personal laptop and ends in accessing your personal information like documents, videos and images...

11gR2 Migrating Oracle Cluster Registry from Oracle ASM to Other Types of Storage

11gR2 Migrating Oracle Cluster Registry from Oracle ASM to Other Types of Storage T he following are the steps to migrate OCR from Oracle ASM to OCFS2. According to "Clusterware Administration and Deployment Guide" (e10717.pdf) run /u01/app/11.2.0/grid/bin/ocrcheck to see the status of cluster registry. Then create a file (just touch it) under the preferred directory and set the right permissions. This is what I did as root user: touch /u02/ocfs2/ocr/OCRFile chown root.oinstall /u02/ocfs2/ocr/OCRFile chmod 640 /u02/ocfs2/ocr/OCRFile Then add your new OCR file to the final directory: /u01/app/11.2.0/grid/bin/ocrconfig -add /u02/ocfs2/ocr/OCRFile and check again the OCR status: /uo1/app/11.2.0./grid/bin/ocrcheck Now its time to remove OCR file from ASM. Nothing to do on second node. Thats all.

11gR2 Migrating Voting Disks from Oracle ASM to Other Types of Storage

11gR2 Migrating Voting Disks from Oracle ASM to Other Types of Storage T he following are the steps to migrate voting disk from Oracle ASM to OCFS2. During these steps I found a problem already documented on metalink as a documentation bug, that is documentation is missing some informations. Run /u01/app/11.2.0/grid/bin/crsctl query css votedisk to see the status and location of voting disk (in the following image its the second command displayed just after ocrcheck command) Create on the shared OCFS2 file system a directory where relocate the voting disk and set the right permissions. Ive created ocr (useful for me for relocate also OCR file on OCFS2 file system) and css directories, owned by oracle: chown -R oracle.oinstall css Now its time to run the following command (on the image below just look at the second command issued. On the first one Ive missed to write the voting disk file name): /u01/app/11.2.0/grid/bin/crsctl replace votedisk /u02/ocfs2/css/vdisk but I received the foll...