Most of what can be administered in Samba can be done through the webmin module. You will need some other utilities as well. First, you are going to need a secure way to connect to the Samba box, and a way for your clients to change their password without using webmin. For your Windows boxen, […]
Samba Administration
Configuring Print Margins With Alignmargins
There is a cool utility available from LinuxPrinting.org that can help align your margins. Below is how we configured our HP Laserjet 1200: [root@srv-1 usr-1]# cd /tmp [root@srv-1 tmp]# wget http://www.linuxprinting.org/download/printing/align.ps –07:04:32– http://www.linuxprinting.org/download/printing/align.ps => `align.ps’ Resolving www.linuxprinting.org… 216.129.135.176 Connecting to www.linuxprinting.org[216.129.135.176]:80… connected. HTTP request sent, awaiting response… 200 OK Length: 5,352 [application/postscript] 100%[====================================>] 5,352 28.10K/s […]
Creating a SAN with iSCSI – Part 6 – Setting up a Windows Initiator – Finishing Up
Our drive is detected properly now, and we have 3 gigs of unallocated space: Format the disk: If you want the drive to automatically be available at boot, check the box: Let’s copy a file over to our iSCSI drive: This drive is treated just like a hardware drive would be, but it is all […]
Creating a SAN with iSCSI – Part 5 – Setting up a Windows Initiator – Creating the Drive
You will see the name of the target in the box: Click Log On to connect to the drive and make it active. You will see a dialog: For now, just leave automatic restore option unchecked. Click OK. Now the available target box has the target listed as connected: Click OK and go into the […]
Creating a SAN with iSCSI – Part 4 – Setting up a Windows Initiator – iSCSI Setup
You will see a dialog box saying the installation is complete: Click close. Open the Microsoft iSCSI Initiator program. There should be a shortcut on your desktop. If not, it is also in control panel. Open the Add Target Portal tab: The server we want is at 10.50.100.70. Click on the advanced button: The user […]
Creating a SAN with iSCSI – Part 3 – Setting up a Windows Initiator – Finish Install
You will see another license agreement box: If you agree, click Agree. You will be notified that the iSCSI initiator is installing: A box regarding the digital signature of the package will pop up: Click Yes if you wish to continue. If the iSCSI initiator installs successfully, you will see this box: A box with […]
Creating a SAN with iSCSI – Part 2 – Setting up a Windows Initiator – Initial Install
We are going to create a drive that appears to the Windows 2000 operating system as a regular hard disk drive; however, this drive is actually a filesystem on a GNU/Linux box that is exported via TCP/IP using the iSCSI protocol. We created the server to do this in this article. Now, we need to […]
Creating a SAN with iSCSI – Part 1 – Setting up the Target on GNU/Linux
[See This article for a newer procedure.] An iSCSI target is the server piece of an iSCSI SAN. The client piece/driver is called the initiator. We will be running the target on a GNU/Linux box with a 2.4.27 kernel, and will run the initiator on a Windows 2000 server. For our iSCSI target, we will […]
Point and Print in Samba
If you’re using a samba server to provide print services to Windows clients, why not take it one step further by offering point and print functionality. If you set this up, users *might* even be able to install printers themselves! At the very least it will save you time when you slave over their workstations […]
Adding NFS Users
Add the hostname of the client you want to be able to access your NFS server to /etc/exports. To list the current allowed users: [root@mondo log]# exportfs /share u-1.signalq.com /share srv-3.signalq.com /share srv-44.signalq.com After adding the name to /etc/exports: [root@mondo log]# exportfs -a We added housey, now: [root@mondo log]# exportfs /share u-1.signalq.com /share srv-3.signalq.com /share […]
Managing Files With FileRunner
There are many filemanagers available for GNU/Linux; however, the one filemanager that has the most power for managing tons of files is the humble FileRunner. The fancy ones on KDE and Gnome aren’t entirely reliable, mainly, because they aren’t simple. They try and compete with XP by providing icons, previews, etc. That may be cool […]
IPStor SAN/NAS
If you are considering any kind of SAN or NAS check out IPStor software by FalconStor. IPStor can be loaded on two Linux servers. These servers communicate with eachother and will failover automatically. They communicate via fibre channel or SCSI with storage devices (RAID cabinets, tape libraries, etc). They communicate with other servers (NT, Linux, […]
GNU Enscript
We ran across a cool utility called Enscript. It runs on most all platforms, but is most useful on *nix systems. If you ever just want to print a text document, but don’t want to load up an editor, you can use Enscript. Here is the GNU Enscript homepage. For example, to print a document […]
LPRM command
One thing that works very well in *NIX systems is the BSD style print queue. This is the style that comes with most Linux distributions. To list the print jobs in the print queue, type lpq. To remove a single job from your queue, type lprm -P{printername} {jobid}. For instance, if your printer name was […]
Samba Installation and Initial Configuration
We will install from source and get Samba up and running with one user and one share. We will not delve deep into the security, so as always, be careful, check the documentation, and do this in a lab first. We are assuming that Webmin is installed and running. First, download the latest version of […]
Default Admin Page for CUPS
Agatha broke her CUPS configuration when upgrading her Gentoo workstation. Simply deleting the old printer and creating a new one works. The thing about CUPS is that it just rocks, and only breaks, to our memory, during an upgrade. The configuration for the daemon is in /etc/cups/cupsd.conf. The cool web-based admin tool makes it really […]
Creating an HP CUPS Printer
Lame article, yes, but I was able to fix some problems with my Officejet and get it running on Ubuntu 12.04: http://hplipopensource.com/hplip-web/install/install/index.html This is the link for administering my model of printer. YMMV (YMWPV): https://192.168.y.x:631/printers/Officejet_J4680
Nexenta NexentaStor NAS and iSCSI – Part 6
1 | 2 | 3 | 4 | 5 | >6< A peek around the filesystem and the kernel: admin@nex1:/$ ls bin dev export initrd media opt root system var boot devices files kernel mnt platform sbin tmp volumes cdrom etc home lib net proc srv usr admin@nex1:/$ ls sbin autopush in.mpathd netstrategy runlevel umount […]
Nexenta NexentaStor NAS and iSCSI – Part 5
1 | 2 | 3 | 4 | >5< | 6 There is an awesome Ajax terminal: NexentaStor has syncing services: Snapping service: Tiering: Here is the output of top from an SSH session: PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP 6938 admin 5148K 3188K sleep 59 0 0:00:10 2.1% bash/1 710 […]
Nexenta NexentaStor NAS and iSCSI – Part 4
1 | 2 | 3 | >4< | 5 | 6 Review and save changes: Here is the Data Management, Runners area showing an error that the NTP server we chose isn’t available: Here is the first part of the status page (we scrunched it to show half): Here is the second half of the […]